projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcf976d
)
Added logging of exceptions coming through callInfo, for better debugging.
author
emellor@ewan
<emellor@ewan>
Wed, 28 Sep 2005 13:03:06 +0000
(14:03 +0100)
committer
emellor@ewan
<emellor@ewan>
Wed, 28 Sep 2005 13:03:06 +0000
(14:03 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomain.py
b/tools/python/xen/xend/XendDomain.py
index dd983e49848b46e691613be1ef22843a4fe119fb..0ec777f6ab35302232dc8c06b03329914d7bb223 100644
(file)
--- a/
tools/python/xen/xend/XendDomain.py
+++ b/
tools/python/xen/xend/XendDomain.py
@@
-547,6
+547,7
@@
class XendDomain:
except XendError:
raise
except Exception, exn:
+ log.exception("")
raise XendError(str(exn))